Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NSnapshotIterator<T> Class
Members


In This Topic
    NSnapshotIterator<T> Class
    In This Topic
    An iterator, which makes a snapshot of the items provided by another iterator, that it later provides to this iterator consumers.
    Object Model
    NSnapshotIterator<T> Class
    Syntax
    'Declaration
     
    
    Public Class NSnapshotIterator(Of T) 
       Implements INIterator(Of T) 
    'Usage
     
    
    Dim instance As NSnapshotIterator(Of T)
    public class NSnapshotIterator<T> : INIterator<T>  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.DataStructures.NSnapshotIterator<T>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also